[ Sébastien Villemot ]
* /etc/octave.conf now corresponds to the site-specific octaverc.
Previously, it would correspond to the version-specific octaverc. The latter
is not really meant to be locally modified.
* Move debian_missing_handler.m to site-specific directory.
This is more logical since it is now called from the site-specific octaverc.
Also, this emphasizes the fact that it’s a Debian customization.
* Bump to debhelper 13
— drop B-D to dh-exec, instead use new variable substitution mechanism
— dh_missing now defaults to --fail-missing
— simplify override_dh_auto_test rule
* d/rules:
— enable dh_dwz, it seems to work now
— simplify using debhelper 12.8’s execute_after_* rules
* d/control: add Breaks against octave-nlopt < 2.6.1-8~
Former version of the package would need recompiling against every new
Octave version.
* Cosmetic fixes to capitalization of MATLAB®
* d/upstream/metadata: various improvements
[ Rafael Laboissière ]
* d/p/load-hdf5-string-crash.patch: New patch.
Thanks to Elvis Stansvik for the patch
(Closes: #959109)